// subprogram

SUB (sub_name)
  // body
  print("i'm sub")

end_sub


// call subprogram
gosub(sub_name)